DescribePropertyPortDiff
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/aegis/DescribePropertyPortDiff
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
PageSize | BODY | integer | No | No sample value for this parameter. | specifies the maximum number of records per page in the returned result. default value: 20 |
Ip | BODY | string | No | No sample value for this parameter. | host asset IP. |
Port | BODY | string | No | No sample value for this parameter. | port number. |
ProcName | BODY | string | No | No sample value for this parameter. | process name. |
version | BODY | string | No | 2016-01-01 | version of api |
DiffStatus | BODY | string | No | No sample value for this parameter. | Change type, value range: start: indicates startup stop: means stop |
Remark | BODY | string | No | No sample value for this parameter. | host asset IP or instance name. description supports fuzzy matching. |
Uuid | BODY | string | No | No sample value for this parameter. | host asset UUID. |
CurrentPage | BODY | integer | No | No sample value for this parameter. | specifies the number of pages currently returned. default value: 1 |
Extend | BODY | string | No | No sample value for this parameter. | Whether to use fuzzy matching search for Port parameters, the value range: 1: indicates the use of 0: indicates that is not used |
TagIdListString | BODY | string | No | No sample value for this parameter. | host asset tag ID. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
PageSize | integer | no demo value | page displays the maximum number of records. |
Ip | string | no demo value | host asset IP. |
ProcName | string | no demo value | process name. |
Port | string | no demo value | port number. |
DiffKeyList | string | no demo value | port change fields, such as Proto, ProcName, BindIp. |
DiffStatus | string | no demo value | Change type: start: indicates startup stop: means stop |
InstanceName | string | no demo value | host instance name. |
TotalCount | integer | no demo value | total number of records returned. |
Uuid | string | no demo value | host asset UUID. |
Proto | string | no demo value | network protocols, such as TCP and UDP. |
CurrentPage | integer | no demo value | currently returns page number. |
Create | string | no demo value | port opening time. |
BindIp | string | no demo value | IP bound to the port. |
PropertyPortDiffs | array | no demo value | monitor port changes. see the following parameter description for specific sub-items. |
Example
Successful Response example
{
"RequestId":"no demo value",
"PageSize":"no demo value",
"Ip":"no demo value",
"ProcName":"no demo value",
"Port":"no demo value",
"DiffKeyList":"no demo value",
"DiffStatus":"no demo value",
"InstanceName":"no demo value",
"TotalCount":"no demo value",
"Uuid":"no demo value",
"Proto":"no demo value",
"CurrentPage":"no demo value",
"Create":"no demo value",
"BindIp":"no demo value",
"PropertyPortDiffs":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}